home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pdt_set2.zip / README2.BAT < prev    next >
DOS Batch File  |  1992-03-15  |  4KB  |  65 lines

  1. echo off
  2. cls
  3. echo ┌─────────────────────────────────────────────────────────────────────────┐
  4. echo │              ┬─┬─────┐ ─┬─┬─────┐ ┌───┬─┬───┐  ┬                        │
  5. echo │              │ │     │  │ │     │     │ │      ┘                        │
  6. echo │              │ ├─────┘  │ │     │     │ │        ┌┬─┐                   │
  7. echo │              │ │        │ │     │     │ │        └┴┬┐                   │
  8. echo │              ┴─┴       ─┴─┴─────┘     ┴─┴        └─┴┘        ┌─────┐    │
  9. echo │                                                              │ SET │    │
  10. echo │          ┌───┬─┬───┐                   ┬─┬   ┌──             │ # 2 │    │
  11. echo │              │ │                       │ │   │               └─────┘    │
  12. echo │              │ │     ┌┬─┐ ┌┬─┐ ┬┬      │ ├───┴─┐ ┬┬ ┌┬┬┐                │
  13. echo │              │ │     ││ │ ││ │ ││      │ │     │ ││  ││                 │
  14. echo │              ┴─┴     └┴─┘ └┴─┘ ┴┴─┘    ┴─┴     ┴ ┴┴  ┴┴                 │
  15. echo │                                                                         │
  16. echo │   Enclosed is SET #2 of programs in PDT's Tool Kit.  PDT (or the        │
  17. echo │   Pro~Formance Data Tool) is a phenomenal program to view, edit and     │
  18. echo │   manage ANY file.  And it's INDISPENSIBLE as a tool to view and edit   │
  19. echo │   DATA files -- dBase files, any fixed-length file, font files, etc.    │
  20. echo │                                                                         │
  21. echo │   PDT's Tool Kit includes many small programs to help you create, modi- │
  22. echo │   fy, convert and document data files.  The next page has details.      │
  23. echo │                                                                         │
  24. echo └─────────────────────────────────────────────────────────────────────────┘
  25. pause
  26. cls
  27. echo ┌─┬─────┬─────────────────────────────────────────────────────────────────┐
  28. echo │ │ SET │ PDT's registered users receive the entire Tool Kit -- FREE!     │
  29. echo │ │     │                                                                 │
  30. echo │ │ # 2 │ Shareware versions of Tool Kit programs are available in "Sets."│
  31. echo │ └─────┘                                                                 │
  32. echo │                                                                         │
  33. echo │ Packing List:     Description:                                          │
  34. echo ├──────────────     ──────────────────────────────────────────────────────┤
  35. echo │                                                                         │
  36. echo │  PDT-Set2.Doc     Your manual   (also note Translat.Exe if you need it).│
  37. echo │                                                                         │
  38. echo │    Fields.Exe     Document the field structure of dBase files.          │
  39. echo │                                                                         │
  40. echo │   DBF-ASC.Exe     Read dBase files and save comma-delimited ASCII files.│
  41. echo │                                                                         │
  42. echo │   ASC-DBF.Exe     Read comma-delimited ASCII files and save dBase files.│
  43. echo │                                                                         │
  44. echo │    SAMPLE.DBF     A sample dBASE file.                                  │
  45. echo │     DEMO2.BAT     Quickly demonstrates all three programs.  PLEASE RUN! │
  46. echo │                                                                         │
  47. echo │   Set #1 includes CREATE and DBF-DBF -- programs to create dBase files, │
  48. echo │   or modify existing dBase files (add, delete or modify fields, etc.).  │
  49. echo └─────────────────────────────────────────────────────────────────────────┘
  50. echo    
  51. :
  52. IF Not Exist DEMO.BAT goto End
  53. :
  54. pause
  55. cls
  56. echo    
  57. Echo  If you'd like to run DEMO.BAT now, just press a key.
  58. echo    
  59. Echo  Otherwise, press CTRL-BREAK to stop now.
  60. echo    
  61. echo    
  62. pause
  63. CALL DEMO
  64. :END
  65.